home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / amiscsi.arj / SCSITIP.025 < prev    next >
Text File  |  1993-04-23  |  4KB  |  105 lines

  1. Tech Tip
  2.  
  3.  
  4. TECH TIP NO.:    TTSCSI.025
  5. PRODUCTS:        Series 15 Fast Fisk EISA Caching SCSI Host Adapter
  6.             Series 44 Fast Disk EISA Caching SCSI Host Adapter
  7.             Series 441 Fast Disk-F EISA Caching SCSI Host Adapter
  8.             Series 48 Fast Disk NC SCSI Host Adapter
  9. DATE:            3/24/93
  10. ORIGINATOR:        Don Burns
  11. RELEASED BY:    Documentation Control
  12.  
  13. SUBJECT:        IOMEGA: BERNOULLI DUAL 44 and AMI SCSI controllers
  14.  
  15.  
  16.  
  17.  
  18. Possible configurations for the IOMEGA (BERNOULLI DUAL 44) are as follows:
  19.  
  20. I.    As the primary drives C:\ and D:\
  21.  
  22.     A.    If the Bernoulli box is the only drive or it has to be C:\,  
  23. the drive must be configured at TID 0.  To access the second LUN on the drive, 
  24. one (and only one), of two conditions must be met:
  25.   
  26.         1.    Multiple LUN's support under DOS=>ENABLED, (Series 48 
  27. only)
  28.  
  29.         2.    Or the following IOMEGA drivers must be loaded in the 
  30. config.sys:
  31.  
  32.             DEVICE=C:\{PATH}\DOSCFG.EXE /L001 /M1 /V
  33.             DEVICE=C:\{PATH}\DOSOAD.SYS /L001
  34.             
  35.             Note:    If the Series 441 is being used, the ECU 
  36. option "TARGET ALLOCATION FOR DOS SEQUENTIALLY FROM ID 0" can be DISABLED to 
  37. allow other TID's to be used. This option makes the lowest TID drive C:\).
  38.  
  39.     B.    For tape support, (using the ASPI interface), ASPIKERN.SYS 
  40. must be loaded.
  41.  
  42.         *"7 drives under DOS" must be disabled when using ASPIKERN.SYS
  43.         **The IOMEGA drivers should be loaded as earlier noted. 
  44.         ***When more than two hard drives are going to be installed, 
  45. ASPIHDD.SYS should be loaded: 
  46.       
  47.         DEVICE=C:\{PATH}\ASPIKERN.SYS. 
  48.         DEVICE=C:\{PATH}\DOSCFG.EXE /L001 /M1 /V
  49.         DEVICE=C:\{PATH}\DOSOAD.SYS /L001
  50.         DEVICE=C:\{PATH}\ASPIHDD.SYS
  51.          
  52. Continued on next page
  53.  
  54. TTSCSI.025, Continued
  55.  
  56.         If ASPIHDD.SYS is loaded before DOSOAD.SYS, it will intercept 
  57. LUN 0, but not LUN 1 of the BERNOULLI DUAL.  When DOSCFG.EXE is run, it will 
  58. find both LUN 0, and LUN 1.  DOSOAD.SYS will then install both LUN's and assign 
  59. a second drive letter to the first LUN.  This causes LUN 0 to be drives D: and 
  60. F:, and LUN 1 to be drive G:. Proper ordering of the drivers is important!
  61.  
  62. Interactive UNIX: 
  63.  
  64. There is currently a problem with INTERACTIVE  UNIX that prohibits the use of 
  65. multiple LUN devices. This is not a problem unique to AMI products, it also 
  66. occurs with the Adaptec, and BUSTEK SCSI controllers.
  67.  
  68. SCO UNIX:  
  69.  
  70. When utilizing multiple LUN's under SCO UNIX, the "mkdev hd" and "mkdev fs" 
  71. utilities must be completed on a single LUN before using these utilities on 
  72. another LUN.  The file system should be rebuilt after each of the "mkdev" 
  73. operations.  The results of not following this procedure are erratic naming 
  74. conventions (i.e. what you named a LUN 1 partition might later be assigned to 
  75. LUN0), and the failure of building the second filesystem.  This example is the 
  76. minimum of what might be encountered if the entire set of "mkdev" operations is 
  77. not completed on a single LUN before starting another!
  78.  
  79. Follow the steps below to avoid encountering this problem:
  80.  
  81.     1:    #mkdev hd 
  82.         {Enter host adapter, id and LUN information}
  83.         {Choose to rebuild the kernel}
  84.         {Reboot the system}
  85.  
  86.     2:    #mkdev hd
  87.         {Enter the same information as above}
  88.         {configure the partitions, and name the device}
  89.         {Choose to rebuild the kernel}
  90.         {Reboot the system}
  91.   
  92.     3:    #mkdev fs
  93.         {Enter the same information as above}
  94.          {Enter the name of the directory that you want the device 
  95. mounted}
  96.         {Choose to rebuild the kernel once again}
  97.         {Reboot the system}  
  98.  
  99. ***Repeat steps 1-3 for the second LUN.
  100.  
  101. OS/2: 
  102.  
  103. IBM has documented that the Adaptec drivers currently available will not 
  104. install LUN 1 of the Bernoulli dual.
  105.